home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / uni_cycl.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(press).as
Text File  |  2010-03-13  |  267b  |  13 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _root.star.pl = 1;
  4.    _root.lev = 5;
  5.    _root.dog.gotoAndStop(1);
  6.    _root.dog.go = false;
  7.    _root.dog.thik = 0;
  8.    _root.wheel.chal = 1;
  9.    _root.butt._visible = false;
  10.    _root.bg.gotoAndStop(5);
  11.    gotoAndStop(28);
  12. }
  13.